home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form About BorderStyle = 3 'Fixed Double Caption = "About Rename" ClientHeight = 2115 ClientLeft = 2505 ClientTop = 2115 ClientWidth = 7305 Height = 2520 Left = 2445 LinkTopic = "Form1" ScaleHeight = 2115 ScaleWidth = 7305 Top = 1770 Width = 7425 Begin CommandButton Command1 Caption = "OK" Default = -1 'True Height = 375 Left = 6000 TabIndex = 4 Top = 960 Width = 1215 End Begin Label Label5 Caption = "Programmed in Microsoft Visual Basic 3.0 Professional Edition" ForeColor = &H00FF0000& Height = 255 Left = 240 TabIndex = 5 Top = 1320 Width = 5415 End Begin Label Label4 Caption = "This program is Public Domain and may be freely distributed as long as the files are in their original form and there is no fee except for the cost of the disk." ForeColor = &H000000FF& Height = 375 Left = 240 TabIndex = 3 Top = 1680 Width = 6855 End Begin Label Label3 Caption = "by Jacob M. Ciango" FontBold = -1 'True FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 9.75 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 255 Left = 1800 TabIndex = 2 Top = 720 Width = 3735 End Begin Label Label2 Caption = "v 1.0" Height = 255 Left = 3720 TabIndex = 1 Top = 360 Width = 615 End Begin Label Label1 Caption = "RENAME" FontBold = -1 'True FontItalic = 0 'False FontName = "MS Sans Serif" FontSize = 18 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H00000000& Height = 495 Left = 1800 TabIndex = 0 Top = 240 Width = 1695 End Begin Image Image1 Height = 480 Left = 840 Top = 120 Width = 480 End Sub Command1_Click () ' Unload About Unload Me End Sub